home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 120 / 120.d81 / polygons boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  1KB  |  31 lines

  1. 3 dv=peek(186):ifdv<8thendv=8
  2. 5 poke53280,.:poke53281,.:print"[147]":gosub60000
  3. 7 poke55,255: poke56,62
  4. 10 poke 53269,.: rem 8 sprites off
  5. 20 poke 53271,.: rem 8 sprites norm vrt
  6. 30 poke 53275,255: rem 8 sprites bkgrd
  7. 40 poke 53276,.: rem 8 sprites hi-res
  8. 50 poke 53277,.: rem 8 sprites norm hor
  9. 55 poke 53264,.: rem 8 sprites msb off
  10. 60 fori=.to3
  11. 70 poke2040+i,252+i: rem sprites point
  12. 80 poke53287+i,1: rem sprite colors
  13. 90 next
  14. 120 poke43,1:poke44,16:poke4096,0:rem rem move basic to $1000
  15. 130 print"[144]load"chr$(34)"polygons main"chr$(34)","dv
  16. 140 print"run"
  17. 150 poke631,13:poke632,13:poke198,2:end
  18. 10000 dv=8:d$="polygons boot":open15,dv,15,"s0:"+d$:close15:save d$,dv
  19. 10001 verify d$,dv:end
  20. 60000 print"[147]":z$=" [152]                                      ":poke214,10:print
  21. 60010 print" [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184]":fori=0to11:printz$:next
  22. 60020 print" [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][152]"
  23. 60030 z$(0)="[208] [207] [204] [217] [199] [207] [206] [211]":z$(1)="by [195]. [197]. '[211]pock' [208]rince
  24. 60040 z$(2)[178]"(len) 1994 by (NULL)oftdisk (NULL)ublishing"[170][199](13)
  25. 60050 z$(3)[178]"(NULL)his program is the copyrighted work
  26. 60060 z$(4)="of [211][207][198][212][196][201][211][203] [208][213][194][204][201][211][200][201][206][199].  [201]t is not"
  27. 60070 z$(5)="shareware or in the public domain."
  28. 60080 z$(6)="[210]eport illegal distribution of":z$(7)="this program by calling"
  29. 60090 z$(8)="1-800-831-2694 or 1-318-221-8718.":poke214,12:print
  30. 60100 fori=0to8:printtab(20-(len(z$(i))/2))""z$(i):next:return
  31.